home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Many Bugs in a Box
/
How Many Bugs in a Box.cdr
/
bugs
/
page2
/
00015.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-29
|
244 b
|
17 lines
on mouseUp
global lady
set lady to lady + 1
if lady > 3 then
set lady to 1
end if
if lady = 1 then
go("polka dance")
else
if lady = 2 then
go("little bugs")
else
go("color cycle")
end if
end if
end